home *** CD-ROM | disk | FTP | other *** search
- Path: castle.nando.net!news
- From: actuary@nando.net (Bill McCarthy)
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: Converting integer to char/string?
- Date: 5 Feb 1996 19:20:15 GMT
- Organization: News & Observer Public Access
- Message-ID: <4f5l9f$4v5@castle.nando.net>
- References: <4f5ehf$48i@brtph500.bnr.ca>
- Reply-To: actuary@nando.net (Bill McCarthy)
- NNTP-Posting-Host: grail2419.nando.net
- X-Newsreader: IBM NewsReader/2 v1.2
-
- In <4f5ehf$48i@brtph500.bnr.ca>, Gilbert Banks <gilbertb@bnr.ca> writes:
- >What is the function and header for converting an integer to char or string?
- >I think the header is <stdlib.h>.
-
- Gilbert,
-
- That question is in the FAQ! Read it before asking the same questions.
-
- Look up sprintf(). Doesn't your manual tell you the header where it is
- declared? It should be in <stdio.h>.
-
- Bill McCarthy
- actuary@nando.net
- Wendell, NC USA
-
-